Crate strptime

source ·
Expand description

A date and time parser independent of any Rust date and time library.

This library can be used to parse a date and time string into a RawDateTime, which the user can then convert into whatever final type is needed, without taking on a larger time library as a dependency.

Structs§

Type Aliases§

  • A result returned from date and time parsing.